home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / misc / math / Fibonacci.readme < prev    next >
Encoding:
Text File  |  1998-05-05  |  1.1 KB  |  26 lines

  1. Short:    A simple CLI program to calculate Fibonacci's numbers.
  2. Author:   palaste@cc.helsinki.fi (Joona Palaste)
  3. Uploader: palaste@cc.helsinki.fi (Joona Palaste)
  4. Type:     misc/math
  5.  
  6. This simple program calculates Fibonacci's numbers. The numbers were invented
  7. by the Italian mathematician Leonardo Fibonacci in the 13th century. The formula
  8. is:
  9.     f(0)=1, f(1)=1, f(n+2)=f(n)+f(n+1), where n is a non-negative integer.
  10. This program was written in C by me, Joona Palaste. It is Copyrighted by me, but
  11. is freely distributable.
  12. The program calculates any Fibonacci's number that can fit into your memory. If
  13. you have many megabytes, you can calculate even the 20-millionth number,
  14. providing you have the time. =) The result can be written either into StdOut or
  15. into a file on disk.
  16.  
  17.  
  18. ============================= Archive contents =============================
  19.  
  20. Original  Packed Ratio    Date     Time    Name
  21. -------- ------- ----- --------- --------  -------------
  22.     7524    4801 36.1% 25-Apr-98 16:42:10  Fibonacci
  23.     2906    1358 53.2% 25-Apr-98 16:40:00  Fibonacci.guide
  24. -------- ------- ----- --------- --------
  25.    10430    6159 40.9% 27-Apr-98 18:29:12   2 files
  26.